//-----------------------------------------------------------------
// Software: Automatic Web Software (AWS) built with PHPCPR
// Firm: DirectSalesMLM.com / AutomaticWebSoftware.com / PHPCPR.com
// Author: Jim Symonds Email: jim@directsalesmlm.com
// Copyright 2006 - 2024 Jim Symonds All Rights Reserved.
//-----------------------------------------------------------------

TO SEE ALERTS AS ADMIN GO TO ==>

https://yourdomain.com/Members/alerts/index.php?show_alert=find_suspended_cancelled (this is the alert name, NOT the include file name!)

https://yourdomain.com/Members/alerts/index.php?show_alert=find_marked_payments

/alerts/display.php is included in footer!

So if you use this (/alerts/display.php) as the browser URL, it will run twice! This is why I created index.php - (also to hide files). The alert is triggered from the footer file. index.php now also does checks for bank acc verification.


//RESET ALERTS - NEEDED IF SOMETHING CHANGED, MAKING IT VITAL THE USER SEE THE ALERT AGAIN
UPDATE `alert_member` SET `status`='on' WHERE `name`='scheduled_downtime'

// NOTE - WE COULD ALSO JUST DELETE THE ALERT, BUT THAT WOULD DELETE HISTORY OF USER VIEWS AND CHOICES!

DELETE FROM alert_member WHERE (ID=370719 OR ID=370499);